home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / pc2am302.lha / PC2Am / Devs / PCEntry
Text File  |  1994-03-15  |  793b  |  37 lines

  1. #
  2.     PC:
  3. /* Mounting receipt for the PC device */
  4.  
  5.     FileSystem = l:PC2Am-handler
  6.     Stacksize = 4096
  7.     Priority = 5
  8.     GlobVec = -1
  9.  
  10. /*  These four values specifies parameters of serial (or other if you use
  11.     multiserial card) device to communicate via. */
  12.     Device = serial.device
  13.     Unit = 0
  14.     Flags = 0
  15.     Baud = 19200
  16.  
  17. /*  Maximal length of packet */
  18.  
  19.     MaxTransfer = 4096
  20.  
  21.  
  22. /*  Timeout value in tenths of second (not surfaces :-)*/
  23.  
  24.     Surfaces = 30
  25.  
  26.  
  27. /*  This contains type of indication. Supported types: 0=NONE, 1=LED,
  28.     2 = Gopher-like, 3 = Background */
  29.     BlocksPerTrack = 2
  30.  
  31.  
  32.  /* Following values are here now just for satisfy the mount command, but
  33.     may be used for some config purposes in the future, so keep them null */
  34.  
  35.     LowCyl = 0
  36.     HighCyl = 0
  37.